'Declaration Public Function New( _
ByVal nameThe profile name.As System.String, _
ByVal ParamArray processingCommandsAn array that contains nested processing commands.As IProcessingCommand(Of TTarget) _
)
public ConversionProfile<TTarget>(
System.String name,
params IProcessingCommand<TTarget> processingCommands
)
public: ConversionProfile<TTarget>(
System.String name,
params IProcessingCommand<TTarget*>* processingCommands
)
public:
ConversionProfile<TTarget>(
System.String name,
... IProcessingCommand<TTarget^>^ processingCommands
)
Parameters
- name
- The profile name.
- processingCommands
- An array that contains nested processing commands.